Use Jujutsu Vcs

Notes push git main branch jj branch set main -r @- # if you set wrong, you can undo that by using `jj undo` git push Links jj github repo jj offi… ...more

February 03, 2024 #jj #jujutsu #vcs #git

Zig Note

Array and Slice const V = @Vector(4, i32); const value = @as(V, @splat(0)); // [0, 0, 0, 0] make sure slice not be optimized to an array pointer … ...more

January 21, 2024 #zig #note